home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / telemate / phoenix.scr < prev    next >
Encoding:
Text File  |  1994-10-25  |  399 b   |  20 lines

  1. ;
  2. ; PHOENIX.SCR is a log on script file for Phoenix BBS
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6. Color = "Y"                  ; "Y"es or "N"o
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "ANSI Color Graphics [y/N]?"
  12. Put Color
  13.  
  14. Waitfor "first name"
  15. Put Name
  16.  
  17. Waitfor "password"
  18. Put "^&"
  19.  
  20.